home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Other Langs
/
Tickle-4.0 (tcl)
/
library
/
help
/
tcl
/
lists
/
lvarcat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-26
|
364 b
|
9 lines
|
[
TEXT/$Tcl
]
lvarcat var string ?string...?
This command treats each string argument as a list and
concatenates them to the end of the contents of var,
forming a a single list. The list is stored back into
var and also returned as the result. if var does not
exist, it is created.